home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 20-2 / FOREST.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-01-03  |  185 b   |  11 lines

  1. @echo off
  2. cls
  3. md c:\hvb_tmp > NUL:
  4. prepare forest
  5. pkunzip -o forest.zip c:\hvb_tmp > NUL:
  6. call c:\hvb_tmp\hvb_go.bat
  7. del c:\hvb_tmp\*.* < Y > NUL:
  8. rd c:\hvb_tmp
  9. @echo off
  10. cls
  11.